gtk4.git
2020-02-24 Matthias ClasenMerge branch 'wip/ebassi/filechooser-new' into 'master'
2020-02-24 Matthias ClasenMerge branch '138-gtk4-install-valgrind-suppressions...
2020-02-24 Matthias ClasenMerge branch 'matthiasc/for-master' into 'master'
2020-02-23 Matthias Clasenbroadway: Remove SURFACE_IS_TOPLEVEL
2020-02-23 Philip Chimentobuild: Install Valgrind suppressions files
2020-02-23 Piotr DrągUpdate POTFILES.in
2020-02-23 Matthias ClasenMerge branch 'wip/otte/dnd' into 'master'
2020-02-23 Benjamin Ottegdk: Remove GdkAtom
2020-02-23 Benjamin Ottewin32: Get rid of GdkAtom
2020-02-23 Benjamin Ottewayland: Replace final mention of GdkAtom
2020-02-23 Benjamin Ottex11: Get rid of GdkAtom and APIs supporting it.
2020-02-23 Benjamin Ottedevice: gdk_device_list_axes() => gdk_device_get_axis_n...
2020-02-23 Benjamin Ottegdk: Remove gdk_text_property_to_utf8_list_for_display()
2020-02-23 Benjamin OtteDon't use GdkAtom where const char * is used
2020-02-23 Benjamin Ottegdk: Remove gdk_utf8_to_string_target()
2020-02-23 Benjamin Otteselection: Remove GtkSelectionData
2020-02-23 Benjamin Ottedroptarget: Remove selectiondata read functions
2020-02-23 Benjamin Ottefilechooserwidget: Stop using selection data
2020-02-23 Benjamin Ottex11: Register DND atoms with all other atoms
2020-02-23 Benjamin Ottegdk: Remove gdk_surface_register_dnd()
2020-02-23 Matthias ClasenMerge branch 'x11-dnd-fixes' into 'master'
2020-02-23 Matthias ClasenAdd detail to gdk_drag_begin docs
2020-02-23 Matthias Clasenx11: Fix dnd coordinate handling
2020-02-23 Matthias Clasenx11: Export gdk_x11_surface_get_root_coords privately
2020-02-23 Matthias Clasenx11: Keep a ref on GdkDrag objects
2020-02-23 Matthias Clasenx11: Avoid crashes in dnd
2020-02-22 Matthias ClasenMerge branch 'wip/wayland-fix-popup-grabs' into 'master'
2020-02-22 Jonas Ådahlwayland/popup: Emit un-withdrawn event earlier
2020-02-22 Jonas Ådahlwayland/popup: Remove unnecessary checks when mapping...
2020-02-22 Matthias ClasenMerge branch 'matthiasc/for-master' into 'master'
2020-02-22 Matthias ClasenFix a hard-to-spot typo
2020-02-22 Emmanuele Bassidocs: Add migration notes for GtkFileChooser
2020-02-22 Matthias ClasenMerge branch 'matthiasc/for-master' into 'master'
2020-02-22 Matthias Clasenx11: Fix a crash in event handling
2020-02-22 Emmanuele BassiRemove preview widget from GtkFileChooser
2020-02-22 Matthias ClasenFix gdk docs build
2020-02-22 Emmanuele BassiRemove GtkFileChooserEntry:local-only
2020-02-22 Emmanuele BassiRemove GtkPlacesSidebar:local-only
2020-02-22 Emmanuele BassiRemove GtkPlacesView:local-only
2020-02-22 Emmanuele BassiRemove GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER
2020-02-22 Emmanuele BassiRemove GtkFileChooser:local-only
2020-02-22 Emmanuele BassiRemove GtkFileChooser:show-hidden
2020-02-22 Emmanuele BassiRemove overwrite confirmation machinery from GtkFileChooser
2020-02-22 Emmanuele BassiDrop GtkFileChooser:extra-widget
2020-02-22 Emmanuele BassiRemove filename/URI API from GtkFileChooser
2020-02-22 Benjamin OtteMerge branch 'wip/otte/dnd' into 'master'
2020-02-22 Matthias ClasenRemove GdkSeatGrabPrepareFunc from headers
2020-02-22 Matthias ClasenAdd a warning when a grab fails
2020-02-22 Benjamin Ottetests: Guard variables with necessary macros
2020-02-22 Benjamin Ottetreeviewcolumn: Inline variable into return_if_fail()
2020-02-22 Benjamin Ottetestsuite: Don't use g_return_if_fail()
2020-02-22 Benjamin Ottetestsuite: Don't use return_if_fail()
2020-02-22 Benjamin Ottetreeview: Guard code by right compiler macros
2020-02-22 Benjamin Ottescrolledwindow: Inline variable into return_if_fail()
2020-02-22 Benjamin Otteiconview: Inline variables into return_if_fail()
2020-02-22 Benjamin Ottelevelbar: Guard function by right compiler macros
2020-02-22 Benjamin Ottefilesystemmodel: Guard variable with correct compiler...
2020-02-22 Benjamin Ottecombobox: Inline variables into return_if_fail()
2020-02-22 Benjamin Ottecomboboxtext: Inline functions into return_if_fail()
2020-02-22 Benjamin Ottedevice: Inline function into return_if_fail()
2020-02-22 Benjamin Ottedrop: Guard variable with correct compiler flags
2020-02-22 Benjamin Ottesurface: Inline function
2020-02-22 Benjamin Ottemain: Don't synthesize crossing events when nothing...
2020-02-22 Benjamin Ottestackswitcher: Use GdkDropControllerMotion
2020-02-22 Benjamin OttePort simple cases to GtkDropControllerMotion
2020-02-22 Benjamin Ottetestsuite: Check proper notify emissions, too
2020-02-22 Benjamin OtteAdd GtkDropControllerMotion
2020-02-22 Benjamin Otteeventcontrollermotion: Fix docs
2020-02-22 Benjamin Ottegtk: Bubble drag events like motion events
2020-02-22 Benjamin Otteevents: Use GdkDrop as event sequence
2020-02-22 Benjamin Ottewidget: Simplify adjust_allocation()
2020-02-22 Benjamin Ottewidget: Pull margin computation out of adjust_allocation
2020-02-22 Benjamin Ottesizerequest: Stop clamping for_size to natural size
2020-02-22 Benjamin Ottewidget: Don't check for natives
2020-02-22 Benjamin OtteEnsure all natives request at least a 1px wide surface
2020-02-22 Matthias ClasenMerge branch 'color-float-fix' into 'master'
2020-02-22 Matthias Clasencolor chooser: Fix fallout from floatification
2020-02-22 Matthias ClasenMerge branch 'wip/xdg-popup-layout-no-op' into 'master'
2020-02-22 Matthias ClasenMerge branch 'wip/gdkpopuplayout-section' into 'master'
2020-02-21 Jonas Ådahldocs: Add GdkPopupLayout to gdk4-sections.txt
2020-02-21 Jonas Ådahlgdk/wayland: Avoid relayout with the same properties
2020-02-21 Jonas Ådahlgdk/popup-layout: Remove leftover struct field
2020-02-21 Benjamin OtteMerge branch 'wip/otte/for-master' into 'master'
2020-02-21 Benjamin Ottesurface: Don't take a display argument in gdk_surface_n...
2020-02-21 Benjamin OtteMerge branch 'wip/otte/for-master' into 'master'
2020-02-21 Benjamin Ottetransform: Don't crash for gsk_transform_transform...
2020-02-21 Benjamin Ottetransform: Make sure the identity transform is equal...
2020-02-21 Benjamin Ottex11: When clearing old Drop, emit LEAVE event
2020-02-21 Benjamin Ottegdk: Make DRAG_ENTER event take x/y coordinates
2020-02-21 Benjamin Ottetransform: Add optimization for common case
2020-02-21 Piotr DrągUpdate POTFILES.in
2020-02-21 Matthias Clasenprofiling: Avoid one extra printf
2020-02-21 Matthias Clasenprofiling: Avoid criticals
2020-02-21 Matthias ClasenMerge branch 'readonly-events-1' into 'master'
2020-02-21 Matthias Clasendocs: Remove some no-longer existing api
2020-02-21 Matthias ClasenStop exporting gtk_get_event_widget
2020-02-21 Matthias Clasengtk-demo: Stop using gtk_get_event_widget
2020-02-21 Matthias Clasengdk: Drop event structs from the headers
2020-02-21 Matthias Clasengtk: Stop using GtkEventButton
2020-02-21 Matthias Clasengtk: Stop using GdkEventKey
next